- Terminal
- ~
selects the terminal mode and change the
terminal identification. <#2852#>[4014]<#2852#> selects 4014
alpha mode, <#2854#>[DCM]<#2854#> selects Display Control Mode3.3
- Keypad
- ~
chooses the mode of the keypad, in
application mode escape sequences are sent by
all keys, in numeric mode only the top 4 keys
send escape codes (they are the keys F1 to F4
on a real VT100).
- Cursormode
- ~
selects the two different sets of escape
sequences that can be sent by the cursor
keys.
- Use
- ~
masks out the 8th bit of sent or received
bytes for the terminal emulations, set to 8
bits if you want to use the 8 bit VT2XX mode
(this only effects ASCII file transfer and
not the other file transfer modes).
- Scroll
- ~
selects between slow and quick scroll.
- Newline Mode
- ~
sets the VT100/102/200 newline mode (what is
sent when you press
<#2862#><#2863#>〈<#2863#>Return<#2864#>〉<#2864#><#2862#>
).
- Wrap
- ~
switches the automatic wraparound at the end
of a line on and off.
- Cursor
- ~
selects blinking or non blinking, underline
or block cursor.
- Background
- ~
sets the background (and naturally the foreground)
color
- Delete
- ~
changes the way
<#2878#><#2879#>〈<#2879#>Backspace<#2880#>〉<#2880#><#2878#>
and
<#2882#><#2883#>〈<#2883#>Delete<#2884#>〉<#2884#><#2882#>
work,
if set to <#2886#>[Delete]<#2886#>
<#2888#><#2889#>〈<#2889#>Backspace<#2890#>〉<#2890#><#2888#>
will send
<#2892#>BS<#2892#>
and
<#2893#><#2894#>〈<#2894#>Delete<#2895#>〉<#2895#><#2893#>
will send
<#2897#>DEL<#2897#>
,
set to <#2898#>[Backspace]<#2898#> the codes are exchanged.
- Statusline
- ~
the statusline
can be configured to be totally off, normal
or hostwritable (VT3XX compatible).